From 311b555f755757ff18f592f218f8ba927511278c Mon Sep 17 00:00:00 2001 From: robertl Date: Sun, 2 Nov 2008 20:28:41 +0000 Subject: [PATCH] When building gpsbabel.html, ensure that autogen/ has been regenerated. --- Makefile.in | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile.in b/Makefile.in index 7ec890b17..d40b27ecd 100644 --- a/Makefile.in +++ b/Makefile.in @@ -225,6 +225,8 @@ gpsbabel.pdf: gpsbabel.fo gpsbabel.html: FORCE + rm -f gpsbabel.html + perl xmldoc/makedoc xsltproc \ --stringparam toc.section.depth "1" \ --stringparam html.stylesheet \ -- 2.30.2